TAKPacketOrBuilder

interface TAKPacketOrBuilder : MessageOrBuilder

Inheritors

Properties

Functions

Link copied to clipboard
abstract fun getChat(): ATAKProtos.GeoChat

ATAK GeoChat message
.meshtastic.GeoChat chat = 6;
Link copied to clipboard

ATAK GeoChat message
.meshtastic.GeoChat chat = 6;
Link copied to clipboard

The contact / callsign for ATAK user
.meshtastic.Contact contact = 2;
Link copied to clipboard

The contact / callsign for ATAK user
.meshtastic.Contact contact = 2;
Link copied to clipboard
abstract fun getDetail(): ByteString

Generic CoT detail XML
May be compressed / truncated by the sender (EUD)
bytes detail = 7;
Link copied to clipboard
abstract fun getGroup(): ATAKProtos.Group

The group for ATAK user
.meshtastic.Group group = 3;
Link copied to clipboard

The group for ATAK user
.meshtastic.Group group = 3;
Link copied to clipboard
abstract fun getIsCompressed(): Boolean

Are the payloads strings compressed for LoRA transport?
bool is_compressed = 1;
Link copied to clipboard
abstract fun getPli(): ATAKProtos.PLI

TAK position report
.meshtastic.PLI pli = 5;
Link copied to clipboard

TAK position report
.meshtastic.PLI pli = 5;
Link copied to clipboard

The status of the ATAK EUD
.meshtastic.Status status = 4;
Link copied to clipboard

The status of the ATAK EUD
.meshtastic.Status status = 4;
Link copied to clipboard
abstract fun hasChat(): Boolean

ATAK GeoChat message
.meshtastic.GeoChat chat = 6;
Link copied to clipboard
abstract fun hasContact(): Boolean

The contact / callsign for ATAK user
.meshtastic.Contact contact = 2;
Link copied to clipboard
abstract fun hasDetail(): Boolean

Generic CoT detail XML
May be compressed / truncated by the sender (EUD)
bytes detail = 7;
Link copied to clipboard
abstract fun hasGroup(): Boolean

The group for ATAK user
.meshtastic.Group group = 3;
Link copied to clipboard
abstract fun hasPli(): Boolean

TAK position report
.meshtastic.PLI pli = 5;
Link copied to clipboard
abstract fun hasStatus(): Boolean

The status of the ATAK EUD
.meshtastic.Status status = 4;